Minor adjustments of recently-changed frame functions.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 6 Nov 2012 17:40:07 +0000 (09:40 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 6 Nov 2012 17:40:07 +0000 (09:40 -0800)
commit46750eb6e8d332cc2b24d8c70fc43b4a3a7869e6
treec27277b1ec047f6df1efc8de8c9d060ebc696d42
parentf92573f30b29f4b0f7a1c61ab0f1faf82a54e76e
Minor adjustments of recently-changed frame functions.

* buffer.c (Fbuffer_list): Omit CHECK_FRAME, since arg is already
known to be a frame (we're in the FRAMEP branch).
* lisp.h (Qframep): Remove decl.  frame.h declares this.
* window.c (quad): Args are of type EMACS_INT, not ptrdiff_t,
since they're meant for Lisp fixnum values.
src/ChangeLog
src/buffer.c
src/lisp.h
src/window.c